|
Author |
Thread Statistics | Show CCP posts - 2 post(s) |

Desmont McCallock
558
|
Posted - 2015.08.11 19:29:20 -
[1] - Quote
Your app doesn't have access to the folder where EVELib is caching. Give your app access to the folder or run your app on an administrator account. |

Desmont McCallock
558
|
Posted - 2015.08.12 06:49:45 -
[2] - Quote
Looking at the code the EveXmlCache is set to be in users' AppData folder and I have seen many occasions where apps have problems when write access to that folder is denied. But hopefully for you you can set the folder where EveLib should cache in the config file ('appSettings/eveLib.AppData'). |

Desmont McCallock
558
|
Posted - 2015.08.12 09:51:42 -
[3] - Quote
Icahmura Hasaki wrote:Yeah, the cache folder is in the users Appdata folder on windows machines. This will be a lot easier to change in the next version, but I haven't gotten around to fix it yet. I'm still out for a few days so I won't be able to fix that quite yet unfortunately. You can try changing the cache path before creating the character object
Core.Config.CacheFactory = () => new EveLibFileCache(yourPath + "EveXmlCache", "register");
Or to change the cache on an existing object, set the cache directly
character.RequestHandler.Cache = new EveLibFileCache(yourPath + "EveXmlCache", "register"); Ahh, yes. Taking a closer look AppData path is hardcoded in and in the config you can only set the folder name under AppData. Being able to set the cache path of your choice via config would be a huge plus to your library. |

Desmont McCallock
558
|
Posted - 2015.08.12 12:38:16 -
[4] - Quote
Icahmura Hasaki wrote:Yes it would! But for now either of the two solutions above should work, let me know if they don't :) I'll be fixing this as well as adding the new sovereignty endpoints on CREST for next release.
edit: nvm, you're not the one having the issue are you :).. Syrsyrian, please let me know if that works for you. Yeah, I'm just "The EVEMon guy" pitching in to lend a helping hand.
|

Desmont McCallock
562
|
Posted - 2015.09.08 20:59:31 -
[5] - Quote
http://wiki.eve-id.net/APIv2_Corp_CorporationSheet_XML
For Character you need to use CharacterInfo. |

Desmont McCallock
562
|
Posted - 2015.09.08 21:03:37 -
[6] - Quote
Icahmura Hasaki wrote:Desmont McCallock wrote:http://wiki.eve-id.net/APIv2_Corp_CorporationSheet_XML Are you sure there's anything about the CharacterSheet there? If so I can't find it.. The public CorporationSheet is already added :) edit: I guess the correct name is CharacterInfo, which I think already supports both a public and the keyed version. I wasn't done editing bro. |
|
|
|